crypto/tls.echConfig.raw (field)
6 uses
crypto/tls (current package)
ech.go#L28: raw []byte
ech.go#L58: ec.raw = []byte(enc)
ech.go#L65: if len(ec.raw) < int(ec.Length)+4 {
ech.go#L68: ec.raw = ec.raw[:ec.Length+4]
handshake_client.go#L199: info := append([]byte("tls ech\x00"), ech.config.raw...)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |